Skip to content

Updated the ReadMe for last Pull Request#4

Open
anuragrath wants to merge 1 commit intonicdev:masterfrom
anuragrath:master
Open

Updated the ReadMe for last Pull Request#4
anuragrath wants to merge 1 commit intonicdev:masterfrom
anuragrath:master

Conversation

@anuragrath
Copy link
Contributor

No description provided.

@shashikantchauhan
Copy link

Add This function in library.
protected function clean_file_name($file_name){
$result = preg_replace('/[^A-Za-z0-9 _ .-]/', '', $file_name);
return $result;
}

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants